From the admin help:
Syntax: Log=logfilename, log_option, not_used, days, size
Description: Specifies the contents of the log file and controls other logging actions:
Parameter | Value |
logfilename | The log database file name, usually LOG.NSF |
log_option | Log options: 1 - Log to the console 2 - Force database fixup when opening the log file 4 - Full document scan |
not_used | Always set to zero; this parameter is not currently used |
days | The number of days to retain the documents in the log file |
size | The size of log text in event documents |
Log=LOG.NSF,1,0,7,20000
The log file (LOG.NSF) is deleted in seven days and can contain up to 20,000 bytes. All log information is also sent to the console.
Applies to: Servers
Default: Log=LOG.NSF,1,0,7,40000